The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

Search results for "pod::tests"

Pod::Tests - (DEPRECATED) Extracts embedded tests and code examples from POD River stage zero No dependents

This is a specialized POD viewer to extract embedded tests and code examples from POD. It doesn't do much more than that. pod2test does the useful work. Parsing After creating a Pod::Tests object, you parse the POD by calling one of the available par...

ETHER/Pod-Tests-1.20 - 02 Mar 2019 20:49:29 UTC - Search in distribution
  • pod2test - (DEPRECATED) Convert embedded tests and code examples to .t files

Dist::Zilla::Plugin::PodSyntaxTests - a author test for Pod syntax River stage three • 664 direct dependents • 722 total dependents

This is an extension of Dist::Zilla::Plugin::InlineFiles, providing the following files: xt/author/pod-syntax.t - a standard Test::Pod test Test::Pod 1.41 will be added as a "develop requires" dependency. One can run the release tests by invoking "dz...

RJBS/Dist-Zilla-6.031 - 21 Nov 2023 01:20:56 UTC - Search in distribution

YAMLTest - Write tests in YAMLScript River stage zero No dependents

INGY/YAMLTest-0.1.0 - 07 Jul 2023 16:45:50 UTC - Search in distribution

Usage.t - Tests for Pod::Usage River stage five • 11693 direct dependents • 33184 total dependents

Testing Pod::Usage. This section is not displayed with -verbose < 2....

RJBS/perl-5.36.0 - 28 May 2022 00:26:10 UTC - Search in distribution

DBI - Database independent interface for Perl River stage four • 946 direct dependents • 2083 total dependents

The DBI is a database access module for the Perl programming language. It defines a set of methods, variables, and conventions that provide a consistent database interface, independent of the actual database being used. It is important to remember th...

TIMB/DBI-1.643 - 31 Jan 2020 19:02:41 UTC - Search in distribution
  • DBI::DBD - Perl DBI Database Driver Writer's Guide

mb - Can easy script in Big5, Big5-HKSCS, GBK, Sjis(also CP932), UHC, UTF-8, ... River stage zero No dependents

MBCS has been said to be an acronym for Multi Byte "Character" Set. (However, these days, it should be considered an acronym for Multi Byte "Codepoint" Set.) In any case, it is certain that "M" and "B" in mb.pm modulino are the first two characters o...

INA/mb-0.57 - 06 Jul 2023 15:12:01 UTC - Search in distribution

kif - kernel installation facility River stage zero No dependents

kif and it's associated perl modules provide a framework for building and installing Linux kernels. It is extensible and can be made to handle any combination of architectures and boot loaders. Version 1.00 handles: * ppc (Macintosh), BootX * alpha, ...

MUNROER/kif-2.01 - 21 May 2003 00:02:39 UTC - Search in distribution

fp - a library for programming in a functional style River stage zero No dependents

This module is an experiment in functional programming in perl. It uses nothing but a combination of; subroutines, the @_ array and a few built in operators to implement a style of functional programming. None of the code above is all that interestin...

STEVAN/fp-0.03 - 28 Sep 2005 22:27:52 UTC - Search in distribution

Net::SSLeay - Perl bindings for OpenSSL and LibreSSL River stage four • 176 direct dependents • 2191 total dependents

This module provides Perl bindings for libssl (an SSL/TLS API) and libcrypto (a cryptography API)....

CHRISN/Net-SSLeay-1.94 - 08 Jan 2024 01:22:27 UTC - Search in distribution

Data::Edit::Xml - Edit data held in the XML format. River stage one • 5 direct dependents • 6 total dependents

Edit data held in the XML format. Version 20201031. The following sections describe the methods in each functional area of this module. For an alphabetic listing of all methods by name see Index....

PRBRENAN/Data-Edit-Xml-20201031 - 31 Oct 2020 23:42:40 UTC - Search in distribution

SQ - easily have a string containing single quote (') from the command line. River stage one • 1 direct dependent • 1 total dependent

This module can be used from the command line to provide a package-scope variables that contain a single quote - $S . It should not be used from a program or a module written in a text editor....

SHLOMIF/SQ-0.0.6 - 13 Oct 2020 08:15:47 UTC - Search in distribution

Glib - Perl wrappers for the GLib utility and Object libraries River stage three • 92 direct dependents • 195 total dependents

This wrapper attempts to provide a perlish interface while remaining as true as possible to the underlying C API, so that any reference materials you can find on using GLib may still apply to using the libraries from perl. This module also provides f...

XAOC/Glib-1.3294 - 28 Aug 2023 23:03:08 UTC - Search in distribution

WDDX - Module for reading and writing WDDX packets River stage zero No dependents

About WDDX From <http://www.wddx.org/>: The Web Distributed Data Exchange, or WDDX, is a free, open XML-based technology that allows Web applications created with any platform to easily exchange data with one another over the Web. WDDX and Perl WDDX ...

PETDANCE/WDDX-1.02 - 02 Dec 2003 03:47:05 UTC - Search in distribution

jacode - Perl program for Japanese character code conversion River stage one • 1 direct dependent • 1 total dependent

This software can convert each other "JIS", "SJIS", "EUC-JP", and "UTF-8" that are frequently used as encoding for Japanese string. Interface of "jacode.pl" is same of "jcode.pl" that we know well. On the other hand its ability is same of "Encode" mo...

INA/Jacode-2.13.4.31 - 21 Mar 2023 06:07:52 UTC - Search in distribution

fetchware - Fetchware is a package manager for source code distributions. River stage zero No dependents

Fetchware is a package manager for source code distributions. It takes advantage of the fact that coincidentially *most* source code distributions follow the same conventions. Most use FTP and HTTP mirrors. Most use AutoTools or at least just a few c...

DLY/App-Fetchware-1.016 - 07 Oct 2016 04:23:59 UTC - Search in distribution
  • App::Fetchware - App::Fetchware is Fetchware's API used to make extensions.

XML::Twig - A perl module for processing huge XML documents in tree mode. River stage three • 83 direct dependents • 252 total dependents

This module provides a way to process XML documents. It is build on top of "XML::Parser". The module offers a tree interface to the document, while allowing you to output the parts of it that have been completely processed. It allows minimal resource...

MIROD/XML-Twig-3.52 - 23 Nov 2016 17:21:16 UTC - Search in distribution

tv - Run 'make TEST_VERBOSE=1' on one or more test files River stage zero No dependents

Given one or more test scripts, Perl source code files, directories containing them, or Perl package names, tv tries to select and run the appropriate test scripts using "make test TEST_VERBOSE=1 TEST_FILES=..." where the "..." are the selected test ...

RBS/Test-Verbose-0.01 - 09 Mar 2004 06:36:14 UTC - Search in distribution

DateTime - A date and time object for Perl River stage four • 1078 direct dependents • 3738 total dependents

DateTime is a class for the representation of date/time combinations, and is part of the Perl DateTime project. It represents the Gregorian calendar, extended backwards in time before its creation (in 1582). This is sometimes known as the "proleptic ...

DROLSKY/DateTime-1.65 - 06 Nov 2023 05:14:16 UTC - Search in distribution

CPAN - query, download and build perl modules from CPAN sites River stage three • 54 direct dependents • 474 total dependents

The CPAN module automates or at least simplifies the make and install of perl modules and extensions. It includes some primitive searching capabilities and knows how to use LWP, HTTP::Tiny, Net::FTP and certain external download clients to fetch dist...

ANDK/CPAN-2.36 - 14 May 2023 19:36:11 UTC - Search in distribution

JSONP - a module to quickly build JSON/JSONP web services, providing also some syntactic sugar acting a bit like a sort of DSL (domain specific language) for JSON. River stage one • 1 direct dependent • 5 total dependents

The purpose of JSONP is to give an easy and fast way to build JSON-only web services that can be used even from a different domain from which one they are hosted on. It is supplied only the object interface: this module does not export any symbol, ap...

ACANFORA/JSONP-2.26 - 22 Apr 2022 09:40:27 UTC - Search in distribution
859 results (0.133 seconds)